hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
ElementConditionBranch
hunt
templates
element
Undocumented in source.
class
ElementConditionBranch :
Element
{
Condition
condition_type
;
ElementExpression
condition
;
this
(string inner, Condition m_condition_type);
this
(string inner, Condition m_condition_type, ElementExpression m_condition);
}
Constructors
this
this
(string inner, Condition m_condition_type)
Undocumented in source.
this
this
(string inner, Condition m_condition_type, ElementExpression m_condition)
Undocumented in source.
Members
Variables
condition
ElementExpression
condition
;
Undocumented in source.
condition_type
Condition
condition_type
;
Undocumented in source.
Inherited Members
From Element
type
Type
type
;
Undocumented in source.
inner
string
inner
;
Undocumented in source.
children
Element
[]
children
;
Undocumented in source.
Meta
Source
See Implementation
hunt
templates
element
classes
Element
ElementComment
ElementConditionBranch
ElementConditionContainer
ElementExpression
ElementLoop
ElementString